HTMLify

loancalculator.css
Views: 40 | Author: cody
#loancal {
    padding-top: 15px;
    padding-left: 75px;
    width: 375px;
    height: 295px;
    background-color:#000;
    color: #fff;
}

#months, #amount, #interest_rate{
    width: 175px;
    height: 20px;

}

#interest_rate {
    margin-left: 2px;
}

h1 {
    font-size:40px;
}

Comments